GdkMonitor: Fix link to nonexistent Display method
authorDaniel Boles <dboles@src.gnome.org>
Sat, 13 Jan 2018 20:03:37 +0000 (20:03 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 13 Jan 2018 20:06:39 +0000 (20:06 +0000)
commite99992669c88381dd0fa728a2531932790c30f75
tree4f4d2721b07700e7c11ebeb3698546e770156ee5
parentdb6127a11868c1e6bf84ee4f8f64cd3b590574ee
GdkMonitor: Fix link to nonexistent Display method

There is no gdk_display_get_monitors(). Instead, we have to use
gdk_display_get_n_monitors() and gdk_display_get_monitor(int).
gdk/gdkmonitor.c